home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / graphics / mfpic / setup / unix / README.UNIX < prev    next >
Text File  |  1992-11-25  |  2KB  |  65 lines

  1. "README.UNIX" -  Setting up "mfpic" under Unix -- 07:16 Thu 26 Nov 1992.
  2. For mfpic version 0.2 (TFM patch) of Tue 13 Oct 92.
  3.  
  4. By Thomas Leathrum (moth@dartmoth.edu),
  5. with editing of text by Geoffrey Tobin (ecsgrt@luxor.latrobe.edu.au).
  6.  
  7. The unix setup files are three:
  8.  
  9. 1.  setups.tex - how to set up and process TeX files containing mfpic
  10.     commands,
  11.              with shortcuts provided by C-shell (csh) scripts;
  12.              previewing via xdvi in X Windows,
  13.              printing via dvips for PostScript printers.
  14.  
  15. 2.  Makefile - which provides other shortcuts, using make instead of
  16.     C-shell; and
  17.  
  18. 3.  README.UNIX, this file, which describes what setups.tex and
  19.     Makefile do.
  20.  
  21. Unix users should move the "Makefile" and/or the csh scripts from
  22. "setups.tex" to the directory where they keep the sources to mfpic
  23. ("mfpic.tex", "graphbase.mf", "pictures.tex", etc.).
  24.  
  25. Instead, the sources might be moved to standard places for TeX
  26. and MF files.
  27.  
  28. As a third alternative, modify the Makefile and csh scripts to find
  29. your favorite place to keep the mfpic files.
  30.  
  31. Thomas Leathrum wrote "setups.tex".
  32. Geoffrey Tobin wrote the Makefile.
  33.  
  34. In general, the biggest problem any user of mfpic is likely to have
  35. getting the installation set up to handle mfpic will come from
  36. convincing TeX and its output drivers to find the Metafont output
  37. files, which will wind up in your current directory.  More often that
  38. not, on UNIX at least, this can be accomplished by appending ".:" to
  39. the beginning of a few environment variables.
  40.  
  41. This will not solve all problems, though -- for example, print
  42. spooling with a DVI filter option with "lpr -d" absolutely cannot be
  43. convinced to look in the current directory for a font.  So you have to
  44. convert the DVI to some other format before printing, and convince the
  45. conversion program to find the font.
  46.  
  47. The C-shell scripts in the file setups.tex assume a UNIX installation
  48. running X Windows, so that in particular you can use xdvi, dvips, and
  49. a few other UNIX programs.
  50.  
  51. The Makefile works with slightly different assumptions, but is still
  52. UNIX-specific. 
  53.  
  54. The procedures these describe will probably be similar on many other
  55. sorts of machines, but I'm not likely to know the specifics.  
  56.  
  57. Once you are over the hurdle of setting up, though, I hope you enjoy
  58. mfpic.  Let me know what you think, if you can find any bugs, etc.
  59.  
  60. Regards,
  61. Tom Leathrum
  62. moth@dartmouth.edu
  63. -----------
  64.  
  65.